.logo {
	width: 240px;
	height: auto;
}

.download-box {
	height: 357px;
	position: absolute;
	top: 50%;
	right: calc(50% - 500px);
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.download-title {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffffff;
	width: 100%;
}

.download-desc {
	font-size: 24px;
	margin-bottom: 20px;
	color: #ffffff;
	width: 100%;
}

.download-items {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.download-item {
	background: #ffffff;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.download-item .item-img {
	width: 132px;
	height: 132px;
	background-color: #b8b6b6;
}

.download-item .item-img img {
	width: 132px;
	height: 132px;
}

.download-item .item-name {
	width: 132px;
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	color: #222427;
}

.about_info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.detail_title_line {
	background: #3077EE;
	border-radius: 3px;
	width: 40px;
	height: 3px;
	margin: 20px 0;
}

.detail_list {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #232222;
	letter-spacing: 0;
	line-height: 36px;
}

.download_btn {
	width: 152px;
	height: 40px;
	margin-top: 32px;
	line-height: 40px;
	background: #3077EE;
	border-radius: 2px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}

.detail_box .empty {
	height: 120px;
	width: 1px;
}

.why_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 45px;
}

.why_title_line {
	width: 47px;
	height: 4px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.why_detail {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1.4px;
	width: 80%;
	line-height: 30px;
}

.about_items {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 60px;
	justify-content: space-around;
}

.about-item {
	background: #FFFFFF;
	border-radius: 6px;
	width: 290px;
	height: 260px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about-item .about-img {
	width: 89px;
	height: 89px;
}

.about-item-title {
	margin-top: 16px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.about-item-title .num {
	font-family: Helvetica;
	font-size: 40px;
	height: 40px;
	color: #333330;
	letter-spacing: 4px;
	margin-right: 4px;
}

.about-item-title .text {
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #333330;
	height: 20px;
}

.about-item-desc {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 300;
}

.imp_info_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 45px;
}

.imp_info_title {
	font-family: PingFangSC-Medium;
	font-size: 36px;
	color: #333330;
	letter-spacing: 3.6px;
}

.imp_info_title_line {
	width: 40px;
	height: 3px;
	background: #3077EE;
	margin-top: 30px;
	margin-bottom: 30px;
}

.imp_box_padding {
	padding-top: 15px;
	padding-bottom: 50px;
}

.spot-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.spot-item {
	background: #FFFFFF;
	border-radius: 6px;
	width: 210px;
	height: 210px;
	padding: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

.spot-item .icon {
	width: 40px;
	height: auto;
}

.spot-item .title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #333330;
	letter-spacing: 2px;
}

.spot-item .desc {
	font-family: PingFangSC-Regular;
	font-size: 13px;
	color: #888880;
	letter-spacing: 0;
	text-align: center;
}

.vip_info_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 45px;
}

.vip_info_box_title {
	font-family: PingFangSC-Medium;
	font-size: 36px;
	color: #333330;
	letter-spacing: 3.6px;
}

.vip_info_box_title_line {
	width: 40px;
	height: 3px;
	background: #3077EE;
	margin-top: 30px;
	margin-bottom: 30px;
}

.vip_info_box_padding {
	padding-top: 10px;
	padding-bottom: 50px;
}

.vip_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.vip_item {
	width: 357px;
	height: 144px;
	display: flex;
	flex-direction: column;
}

.vip_item_title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.vip_item_title .icon {
	width: 30px;
	height: auto;
	margin-right: 16px;
}

.vip_item_title .title {
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	line-height: 50px;
}

.vip_item .desc {
	font-family: PingFangSC-Light;
	font-size: 13px;
	color: #999999;
	letter-spacing: 0;
	letter-spacing: 1px;
}

.footer_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer_left_info {
	padding: 45px 0
}

.footer_left_info .phone_title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer_left_info .phone_title .icon {
	width: 16px;
	height: 16px;
	margin-right: 10px
}

.footer_left_info .phone_title .title {
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.footer_left_info .desc {
	opacity: 0.4;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_left_info .number {
	font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.footer_right_info {
	padding: 45px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 348px;
}

.footer_right_info .info-item {
	width: 150px;
	height: 187px;
	display: flex;
	flex-direction: column;
}

.footer_right_info .info-item-img {
	padding: 15px;
	height: 150px;
	width: 150px;
	background: #ffffff;
}

.footer_right_info .info-item-img img {
	width: 120px;
	height: 120px;
	background: #999999
}

.info-item-name {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	margin-top: 20px;
}
